@charset "utf-8";
*,
*:after,
*:before {
  box-sizing: border-box;
}
@font-face {
  font-family: "Noto Sans S Chinaese Bold";
  src: url("/css/fonts/NotoSansHans-Bold.otf");
}
@font-face {
  font-family: "思源黑体 CN Light";
  src: url("/css/fonts/SourceHanSansCN-Light.otf");
}
@font-face {
  font-family: "Noto Sans S Chinaese Light";
  src: url("/css/fonts/NotoSansHans-Light.otf");
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 0px;
}

body,
button,
input,
select,
textarea {
  font: 12px Arial, Helvetica, sans-serif;
  text-align: center;
}

body {
  position: relative;

  box-sizing: border-box;
  height: auto;
  width: 100%;
  min-width: 1200px;
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", arial, tahoma,
    \5b8b\4f53, sans-serif;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  background-repeat: repeat;
  background-color: #ffffff;
  color: #666;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-family: "Noto Sans S Chinaese Light", "PingFang SC", "微软雅黑", "YaHei",
    "黑体", "Hei", Tahoma, Helvetica, arial, sans-serif;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol,
li {
  list-style: none;
  font-size: 0px;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
}

a {
  color: #858585;
}

a:hover {
  color: #998a00;
}

p {
  font-size: 13px;
  line-height: 1.6;
  color: #353535;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

/* 必要布局样式css */
.gradient-primary {
  background-color: #2b2b2b;
  background-image: -moz-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: -webkit-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: -ms-linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
  background-image: linear-gradient(
    75deg,
    #ff7e00 0%,
    #ff3f00 53%,
    #ff0000 100%
  );
}

.ui-btn {
  display: inline-block;
  padding: 6px 12px;
  line-height: 18px;
  border: 1px solid #2b2b2b;
  border-radius: 3px;
  color: #2b2b2b;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-a {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  display: inline-block;
}

.layout-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1200px) {
  .layout-a {
    width: 100%;
  }
  .layout-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.browser-tip p {
  text-align: center;
  color: #fff;
}

.mod-topbar {
  width: 100%;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

  background-color: rgba(255, 255, 255, 0.8);
  padding: 6px 0;
  font-size: 12px;
  line-height: 16px;
  color: #a1a1a1;
  transition: all 0.4s;
  /*position: fixed;
  z-index: 1002;*/
}

.mod-topbar a {
  color: #fff;
  padding: 0 10px;
}

.mod-topbar .login,
.mod-topbar .user-info {
  float: right;
}
.mod-topbar .login {
  text-align: right;
  width: 300px;
  display: inline-block;
}
.mod-topbar .user-info a {
  border-left: 1px solid #999;
}

.mod-topbar .user-info a:first-child {
  border-left: none;
}

.mod-topbar .user-info a:hover {
  color: #fff;
}

.mod-header,
.mod-header .logo a,
.mod-header .logo .logo-img,
.mod-header .nav,
.mod-header .nav-start-btn {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.mod-header {
  width: 100%;
  height: 92px;
  z-index: 1000;
  position: absolute;
  /*position: fixed;*/
  margin-top: 0px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
.iconpark-icon {
  width: 36px;
  height: 36px;
  position: absolute !important;
}
.iconpark-icon1 {
  width: 18px;
  height: 18px;
}
.iconpark-icon2 {
  width: 70px;
  height: 70px;
}
.mod-header .logo {
  float: left;
  padding: 12px 0;

  overflow: hidden;
}

.mod-header .logo a {
  display: block;
  height: 66px;
  text-decoration: none;
  line-height: 66px;
}

.mod-header .logo .logo-img {
  height: 62px;
  width: 200px;
  vertical-align: middle;
}

.mod-header .nav {
  float: right;
  margin-right: 0px;
  top: 0;
  padding: 24px 0;
}

.mod-header .nav > li {
  float: left;
  position: relative;
  margin: 0 5px;
  z-index: 1100;
}

.mod-header .nav > li > a {
  font-family: "Noto Sans S Chinaese Light", Arial, "微软雅黑",
    "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  display: inline-block;
  height: 24px;
  padding: 0px 22px;
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-bottom-width: 0px;
  border-color: #aa0000;
  margin-top: 8px;
}

.mod-header .nav > li.active > a,
.mod-header .nav > li.active > a:hover {
  color: #ffffff;
  background: #ffffff;
}

.mod-header .nav > li > a:hover {
  color: #000000;
  background-color: #ffc600;

  /*
  padding-top: 1px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.65);*/
}

.mod-header .nav .sub-nav {
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
  position: absolute;
  top: 104px;
  left: 50%;
  margin-left: -70px;
  width: 156px;
  border-top: 2px solid #333333;
  background: #f0f0f0;
  z-index: 1000;
}

.mod-header .nav .sub-nav:after {
  content: "";
  color: #ff0000;
  position: absolute;
  top: -14px;
  left: 50%;
  height: 6px;
  width: 6px;
  margin-left: -6px;
  z-index: 1100;
  overflow: hidden;
  border-width: 6px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #2b2b2b;
}

.mod-header .nav .sub-nav > li > a {
  display: block;
  padding: 10px 24px;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.mod-header .nav .sub-nav > li > a:hover {
  color: #fff;
  background: #2b2b2b;
  border-top-color: #2b2b2b;
}

.mod-header .nav > .new:after {
  content: "新";
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  background: #f00;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.mod-header .nav > .nav_ed a {
  background-color: #ffc600;
  color: #000000;
  border-radius: 20px;
}
.mod-header .nav-start-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px;
  margin: 24px 0;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.is-fixed.mod-header {
  position: fixed;
  margin-top: 28px;
  top: 0;
  height: 66px;
  width: 100%;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(138, 138, 138, 0.2);
}

.is-fixed.mod-header .logo {
  padding: 0 20px;
}

.is-fixed.mod-header .logo-img {
  height: 50px;
  width: 130px;
  margin-left: 0px;
}

.is-fixed.mod-header .nav {
  padding: 10px 0;
}

.is-fixed.mod-header .nav-start-btn {
  margin: 6px 0;
}

.ui-art,
.ui-arb {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
  border-width: 4px;
  border-style: dashed dashed solid;
  border-color: transparent;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

.ui-arb {
  border-color: #888 transparent transparent;
  top: 2px;
}

.ui-arb {
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  -moz-transition: -moz-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
}
.ui-arb.open {
  -webkit-transform: translateY(-4px) rotate(180deg);
  -moz-transform: translateY(-4px) rotate(180deg);
  transform: translateY(-4px) rotate(180deg);
}
.t-tel {
  font-family: "Noto Sans S Chinaese Light", "PingFang SC", "微软雅黑", "YaHei",
    "黑体", "Hei", Tahoma, Helvetica, arial, sans-serif;

  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-weight: bolder;
  font-size: 14px;
  color: #6e6e6e;
}
.f-r {
  float: right;
}
.f-l {
  float: left;
}
.clear {
  clear: both;
}
.divbottom1 {
  font-size: 12px;
  width: 689px;
  height: auto;
  color: #999999;
  border: #ffc600 solid 0px;
  border-right-width: 1px;
}
.divbottom2 li {
  line-height: 34px;
  font-size: 14px;
}
.divbottomli1 {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 40px;
}
.divbottomli1 > a:link,
.divbottomli1 > a:visited {
  font-family: "Noto Sans S Chinaese Light", "微软雅黑", "YaHei", "黑体", "Hei",
    Tahoma, Helvetica, arial, sans-serif;

  color: #595757;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
}
.divbottomli1 > a:hover {
  color: #595757;
  font-size: 14px;
  text-decoration: none;
  /*text-shadow: #000 3px 4px 5px;*/
  font-weight: bold;
  padding-left: 3px;
  padding-right: 3px;
}
.divbottomli2 {
  width: 90px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  background-color: #145a98;
}
.divbottomli3 {
  width: 600px;
  height: 1px;
  overflow: hidden;
  display: inline-block;
  background-color: rgb(139, 139, 139);
}
.divbottomli4 {
  width: 90px;
  height: auto;
  vertical-align: top;
  padding-top: 40px;
  display: inline-block;
  overflow: hidden;
}
.divbottomli5 {
  width: 600px;
  padding-top: 30px;
  height: 149px;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
.divbottomli5 > p {
  line-height: 40px;
  margin-left: 80px;
  font-size: 12px;
  color: #777777;
}
.divclassbtn {
  margin-top: 0px;
  width: 1200px;
  height: auto;
  text-align: center;
}
.bottom4 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #111111;
}
.aboutuskey {
  width: 1200px;
  background-color: #111111;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.divlm1 {
  width: 100%;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  height: auto;
}
.divlm2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.divlm3 {
  width: 1200px;
  height: auto;
}

.divlm3 > ul > li > a {
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", 微软雅黑,
    "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
  display: block;
  height: 35px;

  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
.divlm4 {
  width: 500px;
  text-align: left;
  height: auto;
  font-size: 20px;
  line-height: 34px;

  color: #8b8b8b;
}

.divlm3 > ul > li > a:hover {
  display: block;
  height: 35px;
  text-decoration: none;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #000000;
}
.divlmtxt1 {
  font-size: 12px;
  font-family: "Noto Sans S Chinaese Light", "Arial Narrow", Arial, sans-serif;
  color: #b2b2b2;
  height: 35px;
  line-height: 35px;
}
.divlmtxt2 {
  font-size: 12px;
  font-family: "Noto Sans S Chinaese Light", "Arial Narrow", Arial, sans-serif;
  display: inline-block;
  line-height: 24px;
}
.divlmtxt3 {
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", 微软雅黑,
    "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
  font-size: 40px;
  color: #145a98;
  line-height: 24px;
}
.divlmbtnli {
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

#divcp {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  width: 368px;
  height: auto;
  margin-left: 14px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
#divcp li img {
  cursor: pointer;
  transition: all 0.4s;
}
#divcp li img:hover {
  transform: scale(1.03);
}
.cptitle {
  font-size: 22px;
  line-height: 52px;
  color: #000000;
  border: solid 0px #bebebe;
  border-bottom-width: 1px;
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", 微软雅黑,
    "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}
.allpage {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #e8e8e8;
  display: inline-block;
  position: relative;
}
#DowText {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  text-align: center;
  color: #787878;

  padding: 10px;
}
#DowText a:link {
  color: #787878;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#DowText a:hover {
  color: #ffae00;
  text-decoration: none;
  padding-left: 3px;
}
.cplink {
  font-size: 12px;
  width: 100%;
  height: 40px;
  background-color: #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
}
.cplink > a:link,
.cplink > a:visited,
.cplink > a:active {
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", 微软雅黑,
    "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
  font-weight: bold;
  line-height: 40px;
  font-size: 14px;
  color: #000000;
}
.cplink > a:hover {
  font-size: 14px;
  color: #8a0101;
  transition: all 1s ease 0s;
}

.divxc {
  border: 0px solid #dfdfdf;
  background-color: #ffffff;
  width: 368px;
  height: 240;
  margin-left: 14px;
  margin-right: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
}
.nsdiv {
  width: 560px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nsdiv:hover .nsdivli1 {
  background-color: #00a8c5;
  color: #ffffff;
}
.nsdiv:hover {
  background-color: #f7f7f7;
}
.nsdivli1 {
  width: 80px;
  height: 74px;
  background-color: #5c5d5d;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nsdivli2 {
  width: 454px;
  height: 30px;
  text-align: left;
  margin-left: 26px;

  font-size: 12px;
}
.nsdivli2 > a:link {
  font-weight: bold;
  font-size: 14px;
  color: #2b2b2b;
}
.nsdivli2 > a:hover {
  font-size: 14px;
  color: #00aeda;
}
.nsdivli3 {
  width: 454px;
  height: 44px;
  line-height: 22px;
  text-align: left;
  margin-left: 26px;
  color: #999999;
  font-size: 12px;
}
.nsdate1 {
  font-size: 28px;
  color: #e4e4e4;
  border-bottom: 1px solid;
  line-height: 49px;
}
.nsdate2 {
  font-family: "Noto Sans S Chinaese Light", Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #e4e4e4;
  line-height: 24px;
}
.nslidata {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  margin-top: 28px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidata:hover .nslidate0,
.nslidata:hover .nslidate1,
.nslidata:hover .nslidate2 {
  background-color: #bb0000;
  color: #ffffff;
}
.nslidata:hover {
  background-color: #f7f7f7;
}
.nslidate0 {
  width: 220px;
  height: 170px;
  margin-right: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidate1 {
  font-size: 56px;
  color: #3f3f3f;
  border-bottom: 1px solid #b1b1b1;
  line-height: 110px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslidate2 {
  font-family: "Noto Sans S Chinaese Light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 60px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslititle {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #3f3f3f;
}
.nslicn {
  display: inline-block;

  width: 68%;
  text-align: left;
  line-height: 30px;
  font-size: 12px;
  color: #888888;
}
.nslititle > a:link,
.nslititle > a:visited {
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", 微软雅黑,
    "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.nslititle > a:hover {
  color: #b60000;
  text-decoration: none;
  padding-left: 5px;
}
/* ------按钮样式 */
a.animBtn:link,
a.animBtn:visited {
  font-family: "Noto Sans S Chinaese Light", "宋体", "HelveticaNeue",
    "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  display: block;
  width: 180px;
  margin: 10px 10px 10px 10px;
  padding: 10px 15px;
  border: 1px solid rgb(204, 204, 204);
  background: rgba(24, 24, 24, 0);
  color: rgb(37, 37, 37);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.08em;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
a.animBtn.themeC:link,
a.animBtn.themeC:visited {
  font-family: "Noto Sans S Chinaese Light", "宋体", "HelveticaNeue",
    "Helvetica-Neue", "Helvetica", "Arial", sans-serif;
  position: relative;
  display: block;
  width: 180px;
  margin: 10px 10px 10px 10px;
  padding: 10px 15px;
  border: 1px solid rgb(212, 212, 212);
  background: rgba(248, 248, 248, 0.966);
  color: rgb(121, 121, 121);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.08em;
  /*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
a.animBtn:link:after,
a.animBtn:visited:after {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #0099ad;

  height: 0%;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a.animBtn:link:hover,
a.animBtn:visited:hover {
  color: rgb(255, 255, 255);
  text-shadow: none;
}
a.animBtn:link:hover:after,
a.animBtn:visited:hover:after {
  height: 520%;
}

a.animBtn.themeA:after {
  background: none repeat scroll 0 0 #575757;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
a.animBtn.themeB:after {
  background: none repeat scroll 0 0 #303030;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
a.animBtn.themeC:after {
  background: none repeat scroll 0 0 #696969cb;
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeC:hover:after {
  height: 140%;
  opacity: 1;
}
a.animBtn.themeD:after {
  background: none repeat scroll 0 0 #303030;
  width: 0%;
  border-radius: 50%;
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
a.animBtn.themeD:hover:after {
  height: 450%;
  width: 110%;

  opacity: 1;
}

/* end按钮样式 */
.pic {
  padding-top: 0px;
  display: inline-block;
  margin: 60px 10px 180px 12px;
  position: relative;
  width: 376px;
  /*  width: calc((100% - 190px) / 3); */
  height: 100%;
}
.pic-img {
  max-height: 230px;
  overflow: hidden;
}
.pic-img img {
  width: 100%;
  display: block;
  max-height: 230px;
  transition: 0.3s;
}
.pic-img:hover img {
  transform: scale(1.1);
}
.pic-imgb {
  max-height: 650px;
  overflow: hidden;
  border-radius: 6px;
}
.pic-imgb img {
  width: 100%;
  display: block;
  max-height: 650px;
  transition: 0.3s;
}
.pic-imgb:hover img {
  transform: scale(1.1);
}
.pic-imgc {
  max-height: 770px;
  overflow: hidden;
  border-radius: 6px;
}
.pic-imgc img {
  width: 100%;
  display: block;
  max-height: 770px;
  transition: 0.3s;
}
.pic-imgc:hover img {
  transform: scale(1.06);
}
.pic-name {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 60px; */
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  line-height: 1;
  padding: 15px 16px;
  font-size: 14px;
  box-sizing: border-box;
  border: #810000 0px solid;
  border-top-width: 0px;
}

.pic-name2 {
  font-family: "Noto Sans S Chinaese Light", Arial, "Microsoft YaHei",
    "微软雅黑", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  /* height: 60px; */
  color: rgb(51, 51, 51);
  background: rgba(249, 198, 57, 1);
  line-height: 1;
  padding: 10px 16px 15px 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-top-width: 0px;
  text-align: left;
}

.pic-name2 a {
  color: #222222;
}
.pic-name2 a:hover {
  color: #222222;
  text-decoration: none;
}
.pic-text {
  padding: 6px;
  padding-top: 12px;
  float: left;
  /* height: 60px; */
  color: rgb(133, 132, 132);
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
.pic-btn {
  font-family: "Noto Sans S Chinaese Light", "微软雅黑",
    "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #464646;
  line-height: 24px;
  border-radius: 20px;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 10px;
  margin-top: 5px;
  border: #464646 2px solid;
  transition: 0.3s;
}
.pic-btn:hover {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  border-radius: 20px;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 10px;
  background-color: #ffc600;
  border: #ffc600 2px solid;
}
.pic-name1 {
  font-size: 16px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* height: 60px; */
  text-align: left;
  opacity: 0;
  vertical-align: text-bottom;
  padding-top: 60%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: 0.4s;
}
.pic-name1:hover {
  font-size: 16px;
  opacity: 1;
  color: #fff;
  background: rgba(202, 18, 18, 0.75);
}

.pic-a {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  position: relative;
  width: calc((100% - 0px) / 3);
  height: 100%;
}
.pic-imga {
  max-height: 393px;
  overflow: hidden;
}
.pic-imga img {
  width: 100%;
  display: block;
  max-height: 393px;
  transition: 0.3s;
}
.pic-imga:hover img {
  transform: scale(1.1);
}
/* 专业领域
  box-shadow: 0px 0px 5px rgb(243, 242, 242);*/
.linyu-1 {
  margin: 30px 30px 20px 20px;
  width: 280px;
  height: auto;
  border: #e8e8e8 1px solid;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  font-size: 14px;
  transition: 0.3s;
}
.linyu-2 {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
  transition: 0.3s;
}
.linyu-2 svg {
  transition: 0.3s;
}
.linyu-1:hover {
  background-color: #444444;
}
.linyu-1:hover svg {
  color: #ffffff;
  transform: scale(1.1);
}
.linyu-3 {
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
}
.linyu-3 li {
  font-size: 16px;
  line-height: 26px;
  transition: 0.5s;
}
.linyu-3li1 {
  border: #e8e8e8 0px solid;
  border-bottom-width: 1px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.linyu-1:hover .linyu-3 {
  color: #dadada;
}
.linyu-1:hover .linyu-3li1 {
  border-color: #dbdbdb;
  color: #02ffff;
  width: 80%;
}

.case-list {
  position: relative;
}
.case-list .lb {
  margin-top: 5px;
  color: #fff;
}
.case-list .txt {
  padding: 30px;
}
.case-list .txt h3 {
  line-height: 1.6;
  color: #fff;
}
.case-list a:hover .txt h3 {
  color: #fff;
}
.case-list .bg {
  height: 100%;
  background: rgba(254, 37, 45, 0.85);
}
a .case-list img {
  width: 100%;
}
.case-list .uk-inline-clip {
  width: 100%;
}

.codesa {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.codesa > div {
  position: relative;
  margin-left: 15px;
  float: left;
}
.codesa > div > div {
  overflow: hidden;
  width: 120px;
  position: absolute;
  left: -121px;
  top: -0px;
  background: #fff;
  display: none;
}
.codesa > div:hover div {
  display: block;
}
.codesa > div > div img {
  display: block;
  margin: 0 auto;
}
.codesa > div > div p {
  text-align: center;
  color: #333;
  line-height: 40px;
}
@media (max-width: 750px) {
  .codesa > div {
    width: 100%;
    margin-left: 10px;
  }
  .codesa {
    margin-left: 20px;
  }
}

.bannerbox12 {
  width: 100%;

  position: relative;

  overflow: hidden;

  height: 944px;
}

.banner12 {
  width: 1920px; /*图片宽度*/

  position: absolute;

  left: 50%;

  margin-left: -960px; /*图片宽度的一半*/
}

.sbanner1 .swiper-container {
  width: 100%;
  height: 467px;
  margin: 0px 0px 0px 0px;
}
/*
.sbanner1 .swiper-container img {
  filter: grayscale(100%);
}*/
.sbanner1 .swiper-container img:hover {
  filter: grayscale(0);
  -moz-opacity: 1; /* 老版Mozilla */
  -khtml-opacity: 1; /* 老版Safari */
  opacity: 1; /* 支持opacity的浏览器*/
}
.thuise1 {
  filter: grayscale(100%);
  -moz-opacity: 0.7; /* 老版Mozilla */
  -khtml-opacity: 0.7; /* 老版Safari */
  opacity: 0.7; /* 支持opacity的浏览器*/
}
.thuise2 {
  filter: grayscale(0);
  -moz-opacity: 1; /* 老版Mozilla */
  -khtml-opacity: 1; /* 老版Safari */
  opacity: 1; /* 支持opacity的浏览器*/
}
.sbanner1 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sbanner1 .swiper-button-next span {
}

.sbanner2 .swiper-pagination-bullet-active {
  background-color: #eeeeee;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}

.sbanner2 .swiper-pagination {
  width: auto;
  display: inline-block;
  position: absolute;
  line-height: 36px;
  margin-top: 50px;
  border: 2px solid rgb(99, 99, 99);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.sbanner2 .swiper-pagination span {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}

.sbanner3 .swiper-container {
  width: 100%;
  height: 100%;
}
.sbanner3 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sbanner3 .swiper-slide img {
  width: 600px;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}

.sbanner4 .swiper-container {
  width: 100%;
  height: 467px;
  margin: 0px 0px 0px 0px;
}

.sbanner4 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sbanner4 .swiper-pagination-bullet {
}
.sbanner4 .swiper-pagination-bullet-active {
  background-color: #eeeeee;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}
.sbanner4fenye {
  text-align: center;
  height: 80px;
  line-height: auto;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  position: relative;
  display: inline-block;
}
.sbanner4 .swiper-pagination {
  width: auto;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 36px;
  margin-top: 50px;
  border: 2px solid rgb(99, 99, 99);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.sbanner4 .swiper-pagination span {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}

.sbanner4 .swiper-button-next span {
}

.sbanner5 .swiper-container {
  width: 100%;
  height: 100%;
}
.sbanner5 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.sbanner5 .swiper-slide img {
  width: 1060px;
  height: 450px;
  max-height: 450px;
  overflow: hidden;
}
.sbanner5 .swiper-pagination {
  width: auto;
  display: inline-block;
  position: absolute;
  line-height: 36px;
  margin-top: 50px;
  border: 2px solid rgb(99, 99, 99);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.sbanner5 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgb(180, 180, 180);
  opacity: 0.6;
}
.sbanner5 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffae00;
  width: 20px;
  border-radius: 20px;
}
.sbanner5 .swiper-pagination span {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}

/* 科学技术swiper */
.sbanner6 .swiper-container {
  width: 100%;
  height: 720px;
  margin: 0px 0px 0px 0px;
}

.sbanner6 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f7f7f7;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.sbanner6 .swiper-slide:hover {
  background-color: #ffffff;
}
.sbanner6 .swiper-pagination-bullet-active {
  background-color: #ffae00;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}

.sbanner6 .swiper-pagination {
  width: auto;
  display: inline-block;
  position: absolute;
  line-height: 36px;
  margin-top: 50px;
  border: 2px solid rgb(99, 99, 99);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.sbanner6 .swiper-pagination span {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 2px;
  line-height: 2px;
  border-radius: 0px;
}
.sbanner6 .swiper-slide {
  padding-top: 100px;
}

.pic-name3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  /* height: 60px; */
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
  padding: 15px 16px 15px 15px;
  font-size: 16px;
  box-sizing: border-box;
  border-top-width: 0px;
  text-align: left;
}
.pic-name3:hover {
}
.pic-name3 a {
  font-size: 14px;
  opacity: 1;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.pic-name3 a:hover {
  font-size: 14px;
  opacity: 1;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.pic-name4 {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  /* height: 60px; */
  color: rgb(51, 51, 51);

  line-height: 1;
  padding: 10px 16px 15px 15px;
  font-size: 14px;
  box-sizing: border-box;
  border-top-width: 0px;
  text-align: left;
}

.lanmutxt {
  text-align: center;
  font-size: 24px;
  color: #353535;
  font-family: "Noto Sans S Chinaese Light", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.service_txt {
  color: #383838;
  font-size: 16px;
  float: left;
  line-height: 30px;
  text-align: center;
}

.toplink2 a {
  font-size: 0px;
}
.splm > ul > li {
  margin-bottom: 50px;
  margin-top: 50px;
}
.splm > ul > li a {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  color: #464646;
  line-height: 34px;
  border-radius: 20px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-right: 20px;
  border: #464646 2px solid;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.splm > ul > li a:hover,
.splm > ul > li a:active {
  font-size: 18px;
  color: #414141;
  line-height: 34px;
  border-radius: 20px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-right: 20px;
  background: #ffc600;
  border: #ffc600 2px solid;
  text-align: center;
  text-decoration: none;
}

.splmav {
  font-size: 18px;
  color: #414141;
  line-height: 34px;
  border-radius: 20px;
  padding-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-right: 20px;
  background: #ffc600;
  border: #ffc600 2px solid;
  text-align: center;
  text-decoration: none;
}
.proclass_icon > li {
  display: inline-block;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.proclass_icon > li:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}

.product {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 780px;
}
.product .product_1 {
  width: 100%;
  height: 780px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product .product_1 li {
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.product_1 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.font6-del {
  font-family: "Noto Sans S Chinaese Light", "Microsoft YaHei", arial, tahoma,
    \5b8b\4f53, sans-serif;
  border: #666666 solid 1px;
  padding: 0px 3px 0px 3px;
  font-size: 11px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  color: #666;
  font-weight: normal;
  text-decoration: none;
}
.allpage {
  width: auto;
  background-color: #ffffff;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 12px;
  border: 2px solid rgb(133, 133, 133);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.allpage a {
  font-size: 26px;
  color: #4e4e4e;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 36px;
}
.allpage a:hover {
  font-size: 26px;
  color: #ffae00;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 36px;
  text-decoration: none;
}

.spage {
  display: inline-block;
  opacity: 1;
  background: #ffae00;
  width: 24px;
  height: 3px;
  line-height: 36px;
  margin-bottom: 5px;
}
.spage1 {
  display: inline-block;
  opacity: 1;
  background: #6b6b6b;
  width: 24px;
  height: 3px;
  line-height: 36px;
  margin-bottom: 5px;
}
.spage1:hover {
  background: #ffae00;
}
